home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / freedos / www.cgsecurity.org / index.js < prev    next >
Text File  |  2003-08-26  |  438b  |  17 lines

  1. if (self != top) {
  2. top.location.href = self.location.href
  3. }
  4. cPage = location.search.substring(1,location.search.length)
  5. if (cPage == '') {
  6. cPage = 'main.html'
  7. }
  8. {
  9. cFrame = '<HTML><HEAD></HEAD>'
  10. cFrame += '<frameset border="false" frameborder="0" cols="175,*">'
  11. cFrame += '<frame name="sommaire" src="menu.php">'
  12. cFrame += '<FRAME name="principal" src="' + cPage + '">'
  13. cFrame += '</FRAMESET>'
  14. cFrame += '</HTML>'
  15. document.write(cFrame)
  16. }
  17.